home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / topware / gozilla / gozilla.exe / {app} / zipzilla_big.skin / options.skn
Text File  |  2001-11-08  |  2KB  |  35 lines

  1. <form name="ZipZilla Options" image="window\dk_blue.bmp" width=300 height=80
  2.     resize_image=stretch resize_window=true
  3.     font=Arial fontsize=12 fontcolor=#FFFFFF>
  4.  
  5.     <image name="1" x=0 y=0 width=5 height=22 image="window\upper_left.bmp">
  6.     <image name="2" x=5 y=0 width=-5 height=22 resize=stretch image="window\top.bmp">
  7.     <image name="3" x=-5 y=0 width=5 height=22 image="window\upper_right.bmp">
  8.  
  9.     <image name="4" x=0 y=22 width=6 height=-5 resize=stretch image="window\left_side.bmp">
  10.     <image name="5" x=-5 y=22 width=5 height=-9 resize=stretch image="window\right_side.bmp">
  11.  
  12.     <image name="6" x=0 y=-6 width=6 height=6 image="window\lower_left.bmp">
  13.     <image name="7" x=5 y=-6 width=-9 height=6 resize=stretch image="window\bottom.bmp">
  14.     <image name="8" x=-9 y=-9 width=9 height=9 image="window\lower_right.bmp">
  15.  
  16.     <button name="close" x=-20 y=3
  17.         image="window\close_n.bmp" mouseOver="window\close_o.bmp" mouseDown="window\close_d.bmp"
  18.         help_text="This button closes the window.">
  19.  
  20.     <textwindow name="title" x=4 y=2 width=65 height=14
  21.         fontsize=14 align=left text="ZipZilla Options">
  22.  
  23.     <path name="unzip_path" x=9 y=25 width=-10 height=18 font=Arial fontsize=12 fontcolor=black bgcolor=white
  24.         help_text="This option specifies the location to which the contents of zip files will be extracted.  Click to browse for a new location.">
  25.  
  26.     <button name="unzip_to_folder" x=9 y=55
  27.         image="window\checkbox_off_n.bmp" mouseover="window\checkbox_off_o.bmp" mousedown="window\checkbox_on_o.bmp"
  28.         toggleimage="window\checkbox_on_n.bmp" togglemouseover="window\checkbox_on_o.bmp" togglemousedown="window\checkbox_off_o.bmp"
  29.         help_text="Select this option to unzip the contents of zip files in a new folder.  The new folder will be given the same name as the zip file, and will be placed inside the default unzip folder specified above.">
  30.     <textwindow name="unzip_to_folder_text" x=27 y=55 width=200 height=14
  31.         align=left bgcolor=#000000 text="Unzip to a new folder" fontsize=14
  32.         help_text="Select this option to unzip the contents of zip files in a new folder.  The new folder will be given the same name as the zip file, and will be placed inside the default unzip folder specified above.">
  33.  
  34. </form>
  35.